home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Python 1.3 / source code / Lib / ospath.py < prev    next >
Encoding:
Text File  |  1995-12-17  |  68 b   |  4 lines  |  [TEXT/R*ch]

  1. # ospath.py is obsolete
  2. import os
  3. exec 'from %s import *' % os.name
  4.